home *** CD-ROM | disk | FTP | other *** search
- echo off
- if %1*==* goto 1
- goto %1
- :1
- quote
- if errorlevel 4 goto 4
- if errorlevel 3 goto 3
- if errorlevel 2 goto 2
- if errorlevel 1 goto 1
- goto end
- :2
- if not exist qtrack.exe goto notrk
- qtrack
- if errorlevel 4 goto 4
- if errorlevel 3 goto 3
- if errorlevel 2 goto 2
- if errorlevel 1 goto 1
- goto end
- :notrk
- cls
- echo The QTRACK.EXE program is not present. If you have not yet ordered it from
- echo PRO DEV Software, the cost is only $10 plus $5 Shipping & Handling.
- echo .
- goto end
- :3
- if not exist qbrowse.exe goto nob
- qbrowse
- if errorlevel 4 goto 4
- if errorlevel 3 goto 3
- if errorlevel 2 goto 2
- if errorlevel 1 goto 1
- goto end
- :nob
- cls
- echo The QBROWSE.EXE program is not present. If you have not yet ordered it from
- echo PRO DEV Software, the cost is only $15 plus $5 Shipping & Handling.
- echo .
- goto end
- :4
- if not exist eprice.exe goto end
- eprice
- if errorlevel 4 goto 4
- if errorlevel 3 goto 3
- if errorlevel 2 goto 2
- if errorlevel 1 goto 1
- goto end
- :end